PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / PropertyWrapper<T> Class / TypedValue Property

In This Topic
    TypedValue Property
    In This Topic
    Gets or sets the value of the current value type being shown in the C1PropertyGrid.
    Syntax
    'Declaration
     
    
    <DisplayAttribute("Value")>
    Public Property TypedValue As T
    [Display("Value")]
    public T TypedValue {get; set;}
    See Also